-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REVIEW] Add support merging b/w categorical data #8332
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this PREM. LGTM
@gpucibot merge |
@gpucibot merge |
rerun tests |
rerun tests Dear gpuCI, please show this PR some love ❤️ |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.06 #8332 +/- ##
===============================================
Coverage ? 84.35%
===============================================
Files ? 109
Lines ? 20383
Branches ? 0
===============================================
Hits ? 17195
Misses ? 3188
Partials ? 0 Continue to review full report at Codecov.
|
rerun tests |
Fixes: #8200
This PR adds support for merging b/w categorical data by implementing
union_categoricals_dispatch
indask-cudf
. This PR is dependent on dask upstream changes: dask/dask#7699